home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-3 / card_5586.txt < prev    next >
Text File  |  1990-04-06  |  2KB  |  98 lines

  1. -- card: 5586 from stack: in.0-3
  2. -- bmap block id: 5746
  3. -- flags: 0000
  4. -- background id: 2695
  5. -- name: Level 1
  6. ----- HyperTalk script -----
  7. -- Hide the info field so it's not showing next time
  8. on closeCard
  9.   lock screen
  10.   hide cd fld "instructionFld"
  11.   hide btn "examplebtn"
  12.   unlock screen
  13. end closeCard
  14.  
  15.  
  16.  
  17.  
  18.  
  19. -- part 24 (field)
  20. -- low flags: 81
  21. -- high flags: 0000
  22. -- rect: left=234 top=104 right=261 bottom=447
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 0
  26. -- font id: 174
  27. -- text size: 14
  28. -- style flags: 0
  29. -- line height: 15
  30. -- part name: instructionFld
  31. ----- HyperTalk script -----
  32. on mouseUp
  33.   set the hilite of btn "How to Use The Map" to false
  34.   lock screen
  35.   hide me
  36.   hide btn "examplebtn"
  37.   unlock screen with dissolve
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 25 (button)
  43. -- low flags: 80
  44. -- high flags: 2000
  45. -- rect: left=313 top=99 right=126 bottom=330
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 24738 / 24738
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: exampleBtn
  54.  
  55.  
  56. -- part 30 (button)
  57. -- low flags: 00
  58. -- high flags: 8004
  59. -- rect: left=7 top=318 right=339 bottom=146
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 1
  63. -- font id: 174
  64. -- text size: 12
  65. -- style flags: 16640
  66. -- line height: 16
  67. -- part name: How to use the map
  68. ----- HyperTalk script -----
  69. -- This handler shows (or hides) an info fld.
  70. on mouseUp
  71.   go cd 1
  72.   set hilite of me to not the hilite of me
  73.   if (the visible of cd fld "instructionFld") then
  74.     lock screen
  75.     hide cd fld "instructionFld"
  76.     hide btn "examplebtn"
  77.     unlock screen with dissolve
  78.   else
  79.     lock screen
  80.     show cd fld "instructionFld"
  81.     show btn "examplebtn"
  82.     unlock screen with dissolve
  83.   end if
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part contents for background part 28
  89. ----- text -----
  90. S T A C K   M A P
  91.  
  92. -- part contents for card part 24
  93. ----- text -----
  94. Click on the    s to see the topics for the three main sections of this course.
  95. Click on the boxes to go to a topic. 
  96. (A highlighted box shows the place where you were before you came to the map; clicking on that box will take you back to that place). 
  97.  
  98.